home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / rbbsv100.zip / RBBSV100.EXE / PATCH300.DOC < prev    next >
Text File  |  1993-05-19  |  4KB  |  88 lines

  1. PATCH300.EXE - Patch For RBBS-PC's DORINFOx.DEF Door Interface
  2. Copyright (C) 1993 By Lightning Software, All Rights Reserved
  3.  
  4. THE MICROSOFT RUN-TIME MODULE BRUN45.EXE IS REQUIRED FOR OPERATION!
  5.  
  6. Warranty
  7. --------
  8. PATCH300.EXE is distributed without warranty. In no event will Lightning
  9. Software be liable to you for any damages from running this program. Including
  10. any loss of profits, lost savings, or other incidental or consequential
  11. damages arising out of your use of or inability to use the program, even if
  12. Lightning Software or a authorized representative has been advised of the
  13. possibility of such damages.
  14.  
  15. Lightning Software will not be liable for any such claim by any other party.
  16. All risk associated with using this program are the complete responsibility of
  17. the user.
  18.  
  19. Files you should have
  20. ---------------------
  21. PATCH300.EXE - The main PATCH300 program
  22. PATCH300.DOC - Installation documentation
  23.  
  24. What PATCH300.EXE is
  25. --------------------
  26. The enclosed program PATCH300.EXE is designed to patch RBBS-PC's DORINFOx.DEF
  27. format interface files, to allow users calling at 300 baud to use various
  28. doors which will not read the baud rate properly. RBBS-PC places a space
  29. before the baud rate when a user is online at 300 BPS, this causes some doors
  30. to not read the baud rate properly, examples of doors which require this
  31. patch is Mini-Ad's and RBBS-Verify also from Lightning Software.
  32.  
  33. This patch was written for use with Lightning Software's doors, although it
  34. should work fine with other doors, there is no gurantee that it will.
  35.  
  36. Setup
  37. -----
  38. Setup is very simple, all that's required is to simply place a line in your
  39. door batch file before execution of the door program, an example batch file
  40. is as follows:
  41.  
  42. @ECHO OFF
  43. CLS
  44. PATCH300 C:\RBBS\DORINFO1.DEF
  45. DOOR
  46. CD\RBBS
  47.  
  48. As shown above, all you have to do is place the PATCH300.EXE program before
  49. execution of the door, passing it the full path and filename of your
  50. DORINFOx.DEF file (where x represents the node number). You will see
  51. PATCH300.EXE load and patch the desired door interface file (if patching is
  52. required).
  53.  
  54. NOTE: If you will be running multiple doors that require this patch, you might
  55.       wish to place PATCH300.EXE in your path for easier use.
  56.                                   
  57.                                   - Page 1 -
  58.  
  59. In closing...
  60. -------------
  61. This is a "quick and dirty" utility, it's nothing fancy, but it does get the
  62. job done very well, I decided to write this utility when I determined that
  63. the doors I was writing failed to operate at 300 baud when running using
  64. RBBS-PC, the need for this utility I am sure will vary, 300 baud users come
  65. around once in a blue moon, however running this utility will allow full baud
  66. rate access to your system.
  67.  
  68. PATCH300.EXE is written in QuickBasic 4.5, the program handles it's own
  69. error trapping routines and will exit cleanly if an error occurs during
  70. execution.
  71.  
  72. This utility is released as freeware, and may be freely distributed to all
  73. BBS's and online services provided (1.) the program is not modified in ANY
  74. WAY SHAPE OR FORM and (2.) no fee may be charged for the program other than
  75. a modest disk duplication and packaging charge, not to exceed $6.00 per disk.
  76. As long as the above is followed, you may freely copy and share this program.
  77.  
  78. If you have any comments/suggestions or improvements for PATCH300.EXE, please
  79. let me know! You may contact us at our 24 hour a day support BBS (Software
  80. Express) (404) 941-2822, or by mail at the following address:
  81.  
  82.                               Lightning Software
  83.                                 P.O. Box 177
  84.                            Lithia Springs, Ga 30057
  85.                                   
  86.                                   - Page 2 -
  87.  
  88.